php forum
php mysql forum
php mysql smarty
 
Page 10 of 10 < 1 2 ... 8 9 10
Topic Options
#134371 - 05/26/01 03:17 PM Re: [6.0x] Basic Memberlist
Webdaddie Offline
Member

Registered: 11/03/00
Posts: 202
Loc: East Coast NJ, USA
Hoping i can get some help with this?

Because of a additional hack that I have installed in ubb_lib.cgi I can't edit some coding becaused it's already edited. In your memberlist_install.txt file on the part for ubb_lib.cgi it calls for this code:


# Find This
#############################################

$MainButtons = qq!
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile"><ACRONYM TITLE="$vars_wordlets{profile_acronym}">$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq"><ACRONYM TITLE="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><ACRONYM TITLE="$vars_wordlets{forum_acronym}">$vars_wordlets{forum_home_link}</ACRONYM></A>
!;


But my code is different from this because of a hack that I have installed
This is my code:

sub MainButtonOptions {
local ($RegisterLink, $SearchLink, $MainButtons, $this_forum);
if ($in{f} ne '') { $this_forum = "&search_forum=$in{f}"; }

if ($vars_registration{DisplayRegistration} ne 'NO') {
$RegisterLink = qq(| <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=agree"><ACRONYM TITLE="$vars_wordlets{register_acronym}">$vars_wordlets{register_link}</ACRONYM></A>);
}

if ($vars_search{AllowSearch} ne 'FALSE') {
$SearchLink = qq(| <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=search$this_forum"><ACRONYM TITLE="$vars_wordlets{search}">$vars_wordlets{search_link}</ACRONYM></A>);
}

if ($vars_active_topics{usehead} ne "ON") {
$MainButtons = qq(<A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile'><ACRONYM TITLE='$vars_wordlets{profile_acronym}'>$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=active_topics'><ACRONYM TITLE='$wordlets_active_topics{active_topics_acronym}'>$wordlets_active_topics{active_topics_title}</ACRONYM></A> | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq'><ACRONYM TITLE='$vars_wordlets{faq_acronym}'>$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi'><ACRONYM TITLE='$vars_wordlets{forum_acronym}'>$vars_wordlets{forum_home_link}</ACRONYM></A>);
} else {
$MainButtons = qq(<A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile'><ACRONYM TITLE='$vars_wordlets{profile_acronym}'>$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq'><ACRONYM TITLE='$vars_wordlets{faq_acronym}'>$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi'><ACRONYM TITLE='$vars_wordlets{forum_acronym}'>$vars_wordlets{forum_home_link}</ACRONYM></A>);
}
return($MainButtons);
} # end mainbuttonoptions


Can someone please show me how to edit the code in the correct way to install this mod?

<FONT COLOR="#000000" SIZE="1">[ May 26, 2001 03:19 PM: Message edited by: Webdaddie ]</font>

Top
#134372 - 05/26/01 04:44 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Look, more bad news. My host, eUniverse, is terminating our contract and is making us pay to get the rights back for the name. Some weird escape clause. The fee is upwards of $1500 dollars. Right now I'm going crazy trying to find a new host and money. If you do feel like it, though, a donation would be appreciated here . Do not feel obligated though. Argh, down with the corporate masses!!
_________________________

Top
#134373 - 05/27/01 06:15 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
BUG

first selected by "a"
now u can sort by "top poster (a)"

do it and see the created page


www.chat-board.de
_________________________
loveground.com

Top
#134374 - 05/28/01 01:55 PM Re: [6.0x] Basic Memberlist
dbode Offline
Member

Registered: 05/12/01
Posts: 176
Loc: Hannover
Hi,

I saw that many members modified this hack so that they can also get Who´s Online and Custom Rank/Status-Hack shown in the member list.

How do I do this ?

Greetings
Dennis
_________________________
Regards Dennis Bode
-----------------------------
Webmaster of Hardwareluxx.com

Top
#134375 - 05/28/01 09:21 PM Re: [6.0x] Basic Memberlist
ericruhl Offline
Member

Registered: 02/16/01
Posts: 57
How can I make this list "secure"? By "secure" I mean simply that you need to be logged in to view it. If someone isn't registered at my site then I don't want them seeing who is. Looking for a check to see if the person is logged in. If so they go straight to the list and if not then they get the login screen and then on to the list. I skimmed through the last few pages of posts and didn't see references to this so my apologies if I overlooked this. Many thanks for your work on this script!!

Top
#134376 - 05/29/01 11:10 AM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
Quote:
quote:

Great job! It seems inconsistant to me to have a "Go" button after every search box on UBB except the one on the memberlist!

Thanks!
_________________________

Top
#134377 - 05/29/01 11:22 AM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
Quote:
quote:


OOPS!

confused


Thanks smile
_________________________

Top
#134378 - 05/29/01 01:50 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
New version to be released this comming weekend. Hopefully.
_________________________

Top
#134379 - 05/29/01 01:59 PM Re: [6.0x] Basic Memberlist
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
DPK:
The problem with http://www.gamerzparadize.com/cgi/ultimatebb.cgi?ubb=memberlist is that the Public Names do not show up! confused Do you know how to fix that?

Top
#134380 - 05/29/01 11:47 PM Re: [6.0x] Basic Memberlist
ericruhl Offline
Member

Registered: 02/16/01
Posts: 57
Public names didn't show up on mine either except for a few members. So, for the time being I changed to code to display and sort by Login name instead (changed the 15's to 0's). My guess is that the people whose public names did show up are the only ones to actually look at their profile and thus generate a public name??? Perhaps a check to default to their login name if a public name doesn't exist?

I would still very much like to be able to restrict memberlist access to registered members though. Perhaps in a later version? Thank you for all your efforts so far, they are much appreciated!!

Top
#134381 - 05/30/01 03:47 AM Re: [6.0x] Basic Memberlist
TundraSoul Offline
Junior Member

Registered: 04/16/01
Posts: 20
Loc: South Florida
Quote:
quote:


Great The same thing happens to me. See:
http://www.tundrasolutions.com/cgi-bin/ultimatebb.cgi?ubb=memberlist

But when I sort them the Public names do show up; interestingly the names are all lower case. http://www.tundrasolutions.com/cgi-bin/ultimatebb.cgi?ubb=memberlist&view=2&sort=postnum

Top
#134382 - 05/30/01 03:53 AM Re: [6.0x] Basic Memberlist
TundraSoul Offline
Junior Member

Registered: 04/16/01
Posts: 20
Loc: South Florida
Great hack, coming along nicely. I would like a way to Sort by the custom field. I use the custom field to display the users state ID ie: FL, CA, NY. Sorting that field would allow users to list members in their own state or group, depending on that you have there.

Additionally adding the other custom fileds would be a definate bonus. Many thanks.

<FONT COLOR="#000000" SIZE="1">[ May 30, 2001 03:58 AM: Message edited by: TundraSoul ]</font>

Top
#134383 - 06/01/01 04:18 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Quote:
quote:


I released the version of hack knowing that this happened to some members, but I didnt think it was this bad. Will be fixed in next release. Sorry for the inconvenience.
_________________________

Top
#134384 - 06/03/01 07:11 PM Re: [6.0x] Basic Memberlist
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
hehe, it's cool DPK. I understand how hard it is to smash a bug or two. smile

Top
#134385 - 06/04/01 12:44 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Things just arent going my way. A big storm came through and zapped my moms computer virtually destroying the network card for it. My computer is fine though. I've been spending the last day or so to install and setup her new computer. All the time cursing at the designer of HP computers. New network card won't fit into the HP slot inside the computer because the metal slots on the back arent positioned right! Die Die Die!

PS~ Today was my last day of school, summer vacation begins and so does a whole new array of updates, hacks, and more from me. smile
_________________________

Top
#134386 - 06/04/01 12:47 PM Re: [6.0x] Basic Memberlist
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Sorry to hear about your mom's computer DPK, but I am looking forward to more of your work laugh

(especially the memberlist ;))
_________________________
- Allen wavey
- What Drives You?

Top
Page 10 of 10 < 1 2 ... 8 9 10



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks